Skip to content

Commit

Permalink
Added hidden missing dependencies (were included in roscpp dependency
Browse files Browse the repository at this point in the history
tree).
  • Loading branch information
carlosmccosta committed Oct 9, 2015
1 parent 09f4245 commit aa6d29e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ set(${PROJECT_NAME}_CATKIN_COMPONENTS
pcl_ros
roscpp
rosconsole
rostime
sensor_msgs
std_msgs
tf2
tf2_ros
xmlrpcpp
)

find_package(OpenMP)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ void RegistrationVisualizer<PointSource, PointTarget>::runDisplay() {
viewer_->addText("Red -> source", 10, 10, 1.0, 0.0, 0.0, "legend source v2", viewport1);

// Add coordinate system to both ports
viewer_->addCoordinateSystem(1.0, 0);
viewer_->addCoordinateSystem();

// Visualization loop
while (!viewer_->wasStopped()) {
Expand Down
3 changes: 3 additions & 0 deletions install/a_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ sudo apt-get install ros-${ros_version}-message-generation -y
sudo apt-get install ros-${ros_version}-message-runtime -y
sudo apt-get install ros-${ros_version}-pcl-conversions -y
sudo apt-get install ros-${ros_version}-pcl-ros -y
sudo apt-get install ros-${ros_version}-rospp -y
sudo apt-get install ros-${ros_version}-rosconsole -y
sudo apt-get install ros-${ros_version}-rostime -y
sudo apt-get install ros-${ros_version}-sensor-msgs -y
sudo apt-get install ros-${ros_version}-std-msgs -y
sudo apt-get install ros-${ros_version}-tf2 -y
sudo apt-get install ros-${ros_version}-tf2-ros -y
sudo apt-get install ros-${ros_version}-xmlrpcpp -y


# optional ros packages for ukf filtering
Expand Down
4 changes: 4 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
<build_depend>pcl_ros</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rosconsole</build_depend>
<build_depend>rostime</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>xmlrpcpp</build_depend>

<!-- system dependencies -->
<build_depend>Boost</build_depend>
Expand All @@ -58,10 +60,12 @@
<run_depend>pcl_ros</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>rostime</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>tf2</run_depend>
<run_depend>tf2_ros</run_depend>
<run_depend>xmlrpcpp</run_depend>

<!-- other ros packages (run only) -->
<run_depend>message_runtime</run_depend>
Expand Down

0 comments on commit aa6d29e

Please sign in to comment.