Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some comments for Ubuntu 16.04 with ROS Kinetic #1

Open
khchenTW opened this issue Jun 18, 2018 · 0 comments
Open

Some comments for Ubuntu 16.04 with ROS Kinetic #1

khchenTW opened this issue Jun 18, 2018 · 0 comments

Comments

@khchenTW
Copy link

Hello,

I can also deploy the simulation on Ubuntu 16.04 with ROS Kinetic.
To do so, instead of installing indigo packages, install the following packages for ROS Kinetic:

sudo apt-get install ros-kinetic-ros-control ros-kinetic-gazebo-ros-control ros-kinetic-ros-controllers

Within the execution of "catkin_make install", em and defusedxml packages might be missing, but you need may need to install empy rather than em:

pip uninstall em
pip install --user empy
pip install --user defusedxml

I hope this will help some folks who also use Ubuntu 16.04 Kinetic and Jetson TX2.
(As stated in Nvidia website: Host PC running Ubuntu Linux version 16.04 is recommended)

Best,
Kuan-Hsun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant