from cv_bridge.boost.cv_bridge_boost import getCvType
roscd jetbot_pkg
File “”, line 1
roscd jetbot_pkg
^
SyntaxError: invalid syntax
I’m getting the following error with the roscd jetbot_pkg command
Any ideas why?
Thank you
from cv_bridge.boost.cv_bridge_boost import getCvType
roscd jetbot_pkg
File “”, line 1
roscd jetbot_pkg
^
SyntaxError: invalid syntax
I’m getting the following error with the roscd jetbot_pkg command
Any ideas why?
Thank you
Hello @aksh.shendge ,
The roscd jetbot_pkg
command has to be run outside the python prompt. To exit the python prompt, you can type the command quit()
.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.