Only released in EOL distros:
wheeled_robin_simulator: fake_odom
Package Summary
Documented
The fake_odom package
- Maintainer: Johannes Mayr <joh.mayr AT jku DOT at>
- Author: Johannes Mayr <joh.mayr AT jku DOT at>, Klemens Springer <klemens.springer AT jku DOT at>
- License: BSD
- Bug / feature tracker: https://github.com/robinJKU/wheeled_robin_simulator/issues
- Source: git https://github.com/robinJKU/wheeled_robin_simulator.git (branch: hydro-devel)
Contents
Documentation
To start the WheeledRobin in a faked odometry mode the '_fake' launch files in wheeled_robin_bringup.
Nodes
wheeled_robin_node
This node simulates a robot by summing up cmd_vel commands and publishing a faked perfect odometry of the robot. No physical calculations are done.Subscribed Topics
cmd_vel (geometry_msgs/Twist)- Desired velocity for WheeledRobin (x, theta)
Published Topics
odom (nav_msgs/Odometry)- Odometry of WheeledRobin.
- Joint State for the left and right wheel.
Provided tf Transforms
odom → base_footprint- Depends on the odometry of WheeledRobin
- Depends on the pitch angle of WheeledRobin which is estimated proportional to the linear velocity.