sudo apt-get install ros-$ROS_DISTRO-realsense2-camera ros-$ROS_DISTRO-rosbridge-server- Ensure that ROS, PX4 and eit_playground have been installed
- Run
source ~/eit_ws/src/eit/setup_posix.bash - Run
beit-ws - Launch simulation using
roslaunch eit posix.launchorroslaunch eit mavros_posix_aed.launch - To fix rviz being dumb, run
rosrun tf static_transform_publisher 0 0 0 0 0 0 1 map camera_link 10in a new terminal
Install PCL library (system wide)
sudo add-apt-repository ppa:sweptlaser/python3-pcl
sudo apt update
sudo apt install python3-pclTo view pcd files use:
pcl_viewer <filename>Then install ROS-numpy:
sudo apt-get install ros-${ROS_DISTRO}-ros-numpy