rst-tu-dortmund / teb_local_planner_tutorials

This package contains supplementary material and examples for teb_local_planner tutorials.
167 stars 98 forks source link

Error when run visualize_velocity_profile.py #14

Closed GettingChen closed 3 years ago

GettingChen commented 3 years ago

When i run rosrun teb_local_planner_tutorials visualize_velocity_profile.py I got some errors Traceback (most recent call last): File "/home/cjt/turtlebot_ws/src/teb_local_planner_tutorials/scripts/visualize_velocity_profile.py", line 9, in <module> from teb_local_planner.msg import FeedbackMsg, TrajectoryMsg, TrajectoryPointMsg ImportError: No module named teb_local_planner.msg It is not supposed to happen.Can anyone tell me how to solve this?

GettingChen commented 3 years ago

The problem has been fixed.

aibook008 commented 2 years ago

can you pls suggest how you solve this problem?