ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Thank you. I have test
rostopic pub /cmd_vel geometry_msgs/Twist -r 20 '[1,0,0]' '[0,0,0.5]'
And it actually output x=1 y=0 theta=0.5
I have two simple question:
The origin purpose is try to get the output from the navigation stack. How could I get the velocity from the navigation stack with cmd_vel?
Why the output from '[1,0,0]' '[0,0,0.5]' is [1,0,0.5] ?
2 | No.2 Revision |
Thank you. I have test
rostopic pub /cmd_vel geometry_msgs/Twist -r 20 '[1,0,0]' '[0,0,0.5]'
And it actually output x=1 y=0 theta=0.5
I have two three simple question:
The origin purpose is try to get the output from the navigation stack. How could I get the velocity from the navigation stack with cmd_vel?
Why the output from '[1,0,0]' '[0,0,0.5]' is [1,0,0.5] ?
What is this message means?
Waiting on transform from /base_footprint to /odom to become available before running costmap, tf error: Frame id /base_footprint does not exist!
By the way,I have update the launch file and output result.
3 | No.3 Revision |
Thank you.
I have testyou for you suggestion.
rostopic pub /cmd_vel geometry_msgs/Twist -r 20 '[1,0,0]' '[0,0,0.5]'
And it actually output x=1 y=0 theta=0.5
I have three simple question:
The origin purpose is try to get the output from the navigation stack. How could I get the velocity from the navigation stack with cmd_vel?
Why the output from '[1,0,0]' '[0,0,0.5]' is [1,0,0.5] ?
What is this message means?
Waiting on transform from /base_footprint to /odom to become available before running costmap, tf error: Frame id /base_footprint does not exist!
By the way,I have update the launch file and output result.