Closed mabelzhang closed 4 years ago
As pointed out in https://github.com/osrf/vorc/pull/1#issuecomment-704442819, some frames are missing the cora/ prefix, leading to errors in RViz when the RobotModel is visualized:
cora/
No transform from [base_link] to [cora/base_link] No transform from [dummy_link] to [cora/base_link]
This results in the robot model not being able to be visualized correctly.
To reproduce:
roslaunch vorc_gazebo marina.launch roslaunch vorc_gazebo localization_example.launch roslaunch vorc_gazebo rviz.launch
Add display type RobotModel, on topic cora/robot_description.
cora/robot_description
I'm also seeing a related issue on two sensor frames when TF is visualized:
No transform from [utm] to frame [cora/base_link]
No transform from [wamv/odom] to frame [cora/base_link]
To reproduce, add display type TF in RViz.
As pointed out in https://github.com/osrf/vorc/pull/1#issuecomment-704442819, some frames are missing the
cora/
prefix, leading to errors in RViz when the RobotModel is visualized:This results in the robot model not being able to be visualized correctly.
To reproduce:
Add display type RobotModel, on topic
cora/robot_description
.I'm also seeing a related issue on two sensor frames when TF is visualized:
To reproduce, add display type TF in RViz.