ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Couldn't find executable named RosAria

asked 2015-01-19 13:04:01 -0500

hat13 gravatar image

I'm trying to run the RosAria node in ros hydro and i enter the following command rosrun rosaria RosAria _port:=/dev/ttyUSB0 but it gives an error that it can't find the executable named RosAria in catkin_ws/src/rosaria. Even tried rosrun RosAria _port:=/dev/ttyUSB0 which gives an error saying stack/package RosAria not found.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-01-19 15:36:35 -0500

DevonW gravatar image

Where is RosAria installed? Is it installed into the /opt/ros/distro directory or in your source workspace?

To use code compiled from source: source devel/setup.bash inside of your catkin_ws

To use code installed via apt-get source /opt/ros/${distro}/setup.bash

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-01-19 13:04:01 -0500

Seen: 267 times

Last updated: Jan 19 '15