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

Revision history [back]

That's not actually installing ROSAria. You need to use apt-get.

That's not actually installing ROSAria. You need to use apt-get. compile the source. Run the following, assuming you've set up a catkin workspace.

$ roscd && cd ../src
$ git https://github.com/amor-ros-pkg/rosaria.git
$ cd ../ && catkin_make

That's not actually installing ROSAria. You need to compile the source. Run the following, assuming you've set up a catkin workspace.

$ roscd && cd ../src
$ git https://github.com/amor-ros-pkg/rosaria.git
$ cd ../ && catkin_make

But, as a side note, you can use p2os to work with Pioneer robots by using apt-get.

sudo apt-get install ros-jade-p2os-*

That's not actually installing ROSAria. You need to compile the source. Run the following, assuming you've set up a catkin workspace.following.

$ roscd && cd ../src
$ git https://github.com/amor-ros-pkg/rosaria.git
$ cd ../ && catkin_make

But, as a side note, you can use p2os to work with Pioneer robots by using apt-get.

sudo apt-get install ros-jade-p2os-*