Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

IAS-PERCRO-LAB/youbot_retrofitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Install dependencies on ROS Noetic Ubuntu 20.04

sudo apt update
sudo apt install -y libcppunit-dev libeigen3-dev libcap2-bin ros-noetic-pr2-msgs ros-noetic-pr2-controller-manager ros-noetic-xacro

cd youbot-retrofitting/youbot_ws
catkin clean -y
catkin build
source devel/setup.bash

Avoid Error while loading shared libraries

sudo ldconfig /opt/ros/noetic/lib

Enable sudo permissions

sudo setcap cap_net_raw+ep devel/.private/youbot_oodl/lib/youbot_oodl/youbot_oodl

Connect the Ethernet cable and set the network static address

IP 192.168.1.X - NET MASK 255.255.255.0

test on the robot

roslaunch youbot_oodl youbot_oodl_driver.launch
roslaunch youbot_oodl youbot_joint_state_publisher.launch
rosrun youbot_oodl youbot_keyboard_teleop.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published