ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I managed to get the latest PCL (1.3.1) run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
If you have installed perception_pcl stack (ros-electric-perception-pcl), you should disable the packages, otherwise skip to step 2:
$ cd /opt/ros/electric/stacks/perception_pcl
$ sudo -s
enter your password, then rename the packages
# mv pcl pcl_
# mv pcl_ros pcl_ros_
# mv flann flann_
# mv cmipack cmipack_
Now, we download the latest pcl source code for ROS:
# cd ..
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# cd cmipack
# make
wait for make to finish its job, then
# cd ..
# cd flann
# make
wait for make to finish its job, then
# cd ..
# cd pcl
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error operator = in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for compelete compilation. The last package is pcl_ros,
# cd ..
# cd pcl_ros
# make
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl"/>
< depend package="pcl_ros"/>
< depend package="eigen"/>
2 | No.2 Revision |
I managed to get the latest PCL (1.3.1) run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/perception_pcl
$ sudo -s
enter your password, then rename the packages
If you have installed perception_pcl stack (ros-electric-perception-pcl), you should disable the packages, otherwise skip to step 2:
$ cd /opt/ros/electric/stacks/perception_pcl
$ sudo -s
enter your password, then rename the packages
# mv pcl pcl_
# mv pcl_ros pcl_ros_
# mv flann flann_
# mv cmipack cmipack_
Now, we download the latest pcl source code for ROS:
# cd ..
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# cd cmipack
# make
wait for make to finish its job, then
# cd ..
# cd flann
# make
wait for make to finish its job, then
# cd ..
# cd pcl
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error operator = in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for compelete compilation. The last package is pcl_ros,
# cd ..
# cd pcl_ros
# make
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl"/>
< depend package="pcl_ros"/>
< depend package="eigen"/>
3 | No.3 Revision |
I managed to get the latest PCL (1.3.1) run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/perception_pcl
$ sudo -s
enter your password, then rename the packagespassword.
If you have installed perception_pcl stack (ros-electric-perception-pcl), you should disable the packages, otherwise skip to step 2:
# mv pcl pcl_
# mv pcl_ros pcl_ros_
# mv flann flann_
# mv cmipack cmipack_
Now, we download the latest pcl source code for ROS:
# cd ..
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# cd cmipack
# make
wait for make to finish its job, then
# cd ..
# cd flann
# make
wait for make to finish its job, then
# cd ..
# cd pcl
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error operator = in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for compelete compilation. The last package is pcl_ros,
# cd ..
# cd pcl_ros
# make
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl"/>
< depend package="pcl_ros"/>
< depend package="eigen"/>
4 | No.4 Revision |
I managed to get the latest PCL (1.3.1) run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/perception_pcl/opt/ros/electric/stacks/
$ sudo -s
enter your password.
If you have installed perception_pcl stack (ros-electric-perception-pcl), you should disable the packages, otherwise skip to step 2:
# cd perception_pcl
# mv pcl pcl_
# mv pcl_ros pcl_ros_
# mv flann flann_
# mv cmipack cmipack_
# cd ..
Now, we download the latest pcl source code for ROS:
# cd ..
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# cd cmipack
# make
wait for make to finish its job, then
# cd ..
# cd flann
# make
wait for make to finish its job, then
# cd ..
# cd pcl
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error operator = in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for compelete compilation. The last package is pcl_ros,
# cd ..
# cd pcl_ros
# make
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl"/>
< depend package="pcl_ros"/>
< depend package="eigen"/>
5 | No.5 Revision |
I managed to get the latest PCL (1.3.1) run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/
$ sudo -s
enter your password.
If you have installed perception_pcl stack (ros-electric-perception-pcl), you should disable the packages, otherwise skip to step 2:
# cd perception_pcl
# mv pcl pcl_
# mv pcl_ros pcl_ros_
# mv flann flann_
# mv cmipack cmipack_
# cd ..
Now, we download the latest pcl source code for ROS:
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# cd cmipack
# make
wait for make to finish its job, then
# cd ..
# cd flann
# make
wait for make to finish its job, then
# cd ..
# cd pcl
# make
it will automatically download the latest pcl in the trunk and make all libraries.
Note: If the make process stops for the error operator =...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for compelete compilation. The last package is pcl_ros,
# cd ..
# cd pcl_ros
# make
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl"/>
< depend package="pcl_ros"/>
< depend package="eigen"/>
6 | No.6 Revision |
I managed to get the latest PCL (1.3.1) run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/
$ sudo -s
enter your password.
If you have installed perception_pcl stack (ros-electric-perception-pcl), you should disable the packages, otherwise skip to step 2:
# cd perception_pcl
# mv pcl pcl_
# mv pcl_ros pcl_ros_
# mv flann flann_
# mv cmipack cmipack_
# cd ..
Now, we download the latest pcl source code for ROS:
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# cd cmipack
# make
wait for make to finish its job, then
# cd ..
# cd flann
# make
wait for make to finish its job, then
# cd ..
# cd pcl
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error ...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for compelete compilation. The last package is pcl_ros,
# cd ..
# cd pcl_ros
# make
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl"/>
< depend package="pcl_ros"/>
< depend package="eigen"/>
Enjoy it!
7 | No.7 Revision |
I managed to get the latest PCL (1.3.1) run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/
$ sudo -s
enter your password.
If you have installed perception_pcl stack (ros-electric-perception-pcl), you should disable the packages, otherwise skip to step 2:
# cd perception_pcl
# mv pcl pcl_
# mv pcl_ros pcl_ros_
# mv flann flann_
# mv cmipack cmipack_
# cd ..
Now, we download the latest pcl source code for ROS:
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# cd cmipack
# make
wait for make to finish its job, then
# cd ..
# cd flann
# make
wait for make to finish its job, then
# cd ..
# cd pcl
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error ...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for compelete compilation. The last package is pcl_ros,
# cd ..
# cd pcl_ros
# make
Now we need to create a few empty files to get rid of rosmake complains:
# gedit ROS_NOBUILD
save it and then close gedit,
# cd ..
# cd pcl
# gedit ROS_NOBUILD
save it and then close gedit,
# cd ..
# cd flann
# gedit ROS_NOBUILD
save it and then close gedit,
# cd ..
# cd cmipack
# gedit ROS_NOBUILD
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl"/>
< depend package="pcl_ros"/>
< depend package="eigen"/>
Enjoy it!
8 | No.8 Revision |
I managed to get the latest PCL (1.3.1) run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/
$ sudo -s
enter your password.
If you have installed perception_pcl stack (ros-electric-perception-pcl), you should disable the packages, otherwise skip to step 2:
# cd perception_pcl
# mv pcl pcl_
# mv pcl_ros pcl_ros_
# mv flann flann_
# mv cmipack cmipack_
# cd ..
Now, we download the latest pcl source code for ROS:
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# cd cmipack
# make
wait for make to finish its job, then
# cd ..
# cd flann
# make
wait for make to finish its job, then
# cd ..
# cd pcl
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error ...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for compelete compilation. The last package is pcl_ros,
# cd ..
# cd pcl_ros
# make
Now we need to create a few empty files to get rid of rosmake complains:
# gedit ROS_NOBUILD
save it and then close gedit,
# cd ..
# cd pcl
# gedit ROS_NOBUILD
save it and then close gedit,
# cd ..
# cd flann
# gedit ROS_NOBUILD
save it and then close gedit,
# cd ..
# cd cmipack
# gedit ROS_NOBUILD
save it and then close gedit.
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl"/>
< depend package="pcl_ros"/>
< depend package="eigen"/>
Enjoy it!
9 | No.9 Revision |
I managed to get the latest PCL (1.3.1) (1.4) run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/
$ sudo -s
enter your password.
If you have installed perception_pcl stack (ros-electric-perception-pcl), you should disable the packages, otherwise skip to step 2:
# cd perception_pcl
# mv pcl pcl_
# mv pcl_ros pcl_ros_
# mv flann flann_
# mv cmipack cmipack_
# cd ..
Now, we download the latest pcl source code for ROS:
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# cd cmipackmv cminpack cminpack_14
# mv flann flann_14
# mv pcl pcl_14
# mv pcl_ros pcl_ros_14
# cd cminpack_14
# make
wait for make to finish its job, then
# cd ..
# cd flann../flann_14
# make
wait for make to finish its job, then
# cd ..
# cd ../pcl_14
# gedit manifest.xml Makefile
modify "flann" and "cminpack" to "flann_14" and "cminpack_14" in the manifest file and change rospack find pcl to rospack find pcl_14 wherever you find inside Makefile. Save and close the files, then
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error ...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for compelete complete compilation. The last package is pcl_rospcl_ros_14,
# cd ..
# cd pcl_ros../pcl_ros_14
# make
Now we need to create a few empty files to get rid of rosmake complains:complains. In all the folders inside the stack perception_pcl_unstable, create an empty file name as ROS_NOBUILD, for example:
# gedit ROS_NOBUILD
save it and then close gedit,
# cd ..
# cd pcl
# gedit ROS_NOBUILD
save gedit. This makes an empty file named as ROS_NOBUILD inside the folder pcl_ros_14. Repeat it and then close gedit,
# cd ..
# cd flann
# gedit ROS_NOBUILD
save it and then close gedit,
# cd ..
# cd cmipack
# gedit ROS_NOBUILD
save it and then close gedit.for three other folders.
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl"/>package="pcl_14"/>
< depend package="pcl_ros"/>package="pcl_ros_14"/>
< depend package="eigen"/>
Enjoy it!
10 | No.10 Revision |
I managed to get the latest PCL (1.4) to run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/
$ sudo -s
enter your password.
Now, we download the latest pcl source code for ROS:
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# mv cminpack cminpack_14
# mv flann flann_14
# mv pcl pcl_14
# mv pcl_ros pcl_ros_14
# cd cminpack_14
# make
wait for make to finish its job, then
# cd ../flann_14
# make
wait for make to finish its job, then
# cd ../pcl_14
# gedit manifest.xml Makefile
modify "flann" and "cminpack" to "flann_14" and "cminpack_14" in the manifest file and change rospack find pcl to rospack find pcl_14 wherever you find inside Makefile. Save and close the files, then
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error ...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for complete compilation. The last package is pcl_ros_14,
# cd ../pcl_ros_14
# make
Now we need to create a few empty files to get rid of rosmake complains. In all the folders inside the stack perception_pcl_unstable, create an empty file name as ROS_NOBUILD, for example:
# gedit ROS_NOBUILD
save it and then close gedit. This makes an empty file named as ROS_NOBUILD inside the folder pcl_ros_14. Repeat it for three other folders.
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl_14"/>
< depend package="pcl_ros_14"/>
< depend package="eigen"/>
Enjoy it!
11 | No.11 Revision |
I managed to get the latest PCL (1.4) to run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/
$ sudo -s
enter your password.
Now, we download the latest pcl source code for ROS:
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# mv cminpack cminpack_14
# mv flann flann_14
# mv pcl pcl_14
# mv pcl_ros pcl_ros_14
# cd cminpack_14
# make
wait for make make to finish its job, then
# cd ../flann_14
# make
wait for make make to finish its job, then
# cd ../pcl_14
# gedit manifest.xml Makefile
modify "flann" and "cminpack" to "flann_14" and "cminpack_14" respectively in the manifest file and change rospack find pcl to rospack find pcl_14 wherever you find inside Makefile. Save and close the files, then
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error ...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for complete compilation. The last package is pcl_ros_14,
# cd ../pcl_ros_14
# make
Now we need to create a few empty files to get rid of rosmake complains. In all the folders inside the stack perception_pcl_unstable, create an empty file name as ROS_NOBUILD, for example:
# gedit ROS_NOBUILD
save it and then close gedit. This makes an empty file named as ROS_NOBUILD inside the folder pcl_ros_14. Repeat it for three other folders.
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl_14"/>
< depend package="pcl_ros_14"/>
< depend package="eigen"/>
Enjoy it!
12 | No.12 Revision |
I managed to get the latest PCL (1.4) to run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/
$ sudo -s
enter your password.
Now, we download the latest pcl source code for ROS:
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# mv cminpack cminpack_14
# mv flann flann_14
# mv pcl pcl_14
# mv pcl_ros pcl_ros_14
# cd cminpack_14
# make
wait for make to finish its job, then
# cd ../flann_14
# make
wait for make to finish its job, then
# cd ../pcl_14
# gedit manifest.xml Makefile
modify "flann" and "cminpack" to "flann_14" and "cminpack_14" respectively in the manifest file and change rospack find pcl to rospack find pcl_14 wherever you find inside Makefile. Save and close the files, then
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error ...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for complete compilation. The last package is pcl_ros_14,
# cd ../pcl_ros_14
# gedit manifest.xml
modify "pcl" to "pcl_14" in the manifest file, save and close. then,
# make
Now we need to create a few empty files to get rid of rosmake complains. In all the folders inside the stack perception_pcl_unstable, create an empty file name as ROS_NOBUILD, for example:
# gedit ROS_NOBUILD
save it and then close gedit. This makes an empty file named as ROS_NOBUILD inside the folder pcl_ros_14. Repeat it for three other folders.
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl_14"/>
< depend package="pcl_ros_14"/>
< depend package="eigen"/>
Enjoy it!
13 | No.13 Revision |
I managed to get the latest PCL (1.4) to run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):
First enter the stack folder as super user:
$ cd /opt/ros/electric/stacks/
$ sudo -s
enter your password.
Now, we download the latest pcl source code for ROS:
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# mv cminpack cminpack_14
# mv flann flann_14
# mv pcl pcl_14
# mv pcl_ros pcl_ros_14
# cd cminpack_14
# make
wait for make to finish its job, then
# cd ../flann_14
# make
wait for make to finish its job, then
# cd ../pcl_14
# gedit manifest.xml Makefile
modify "flann" and "cminpack" to "flann_14" and "cminpack_14" respectively in the manifest file and change rospack find pcl to rospack find pcl_14 wherever you find inside Makefile. Save and close the files, then
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error ...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for complete compilation. The last package is pcl_ros_14,
# cd ../pcl_ros_14
# gedit manifest.xml
modify "pcl" to "pcl_14" in the manifest file, save and close. then,
# make
Now Now, we need to create a few empty files to get rid of rosmake complains. In all the folders inside the stack perception_pcl_unstable, create an empty file name as ROS_NOBUILD, for example:
# gedit ROS_NOBUILD
save it and then close gedit. This makes an empty file named as ROS_NOBUILD inside the folder pcl_ros_14pcl_14. Repeat it for three other folders.
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl_14"/>
< depend package="pcl_ros_14"/>package="pcl_ros"/>
< depend package="eigen"/>
Enjoy it!
14 | No.14 Revision |
I managed These are steps to get install the latest PCL (1.4) to run with ROS electric. Here is the procedure I followed step by step (you need internet connection during this installation):pcl version on top of ros electric.
First enter the stack folder as super user:sudo apt-get install python-setuptools
sudo easy_install -U rosinstall
rosinstall ~/ros /opt/ros/diamondback echo "source ~/ros/setup.bash" >> ~/.bashrc
roslocate info perception_pcl > perception_pcl_unstable.rosinstall
$ cd /opt/ros/electric/stacks/inside the file perception_pcl_unstable.rosinstall should be something like this,
$ sudo -ssource ~/ros/setup.bash
enter your password.
Now, we download
# svn co http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable/
# cd perception_pcl_unstable
# mv cminpack cminpack_14
# mv flann flann_14
# mv pcl pcl_14
# mv pcl_ros pcl_ros_14
# cd cminpack_14
# make
wait for make to finish its job, then
# cd ../flann_14
# make
wait for make to finish its job, then
# cd ../pcl_14
# gedit manifest.xml Makefile
modify "flann" and "cminpack" to "flann_14" and "cminpack_14" respectively in the manifest file and change rospack find pcl to rospack find pcl_14 wherever you find inside Makefile. Save and close the files, then
# make
it will automatically download the latest pcl in the trunk and make all libraries. Note: If the make process stops for the error ...operator =... in openni_grabber.cpp, follow these steps:
# gedit build/pcl_trunk/io/src/openni_grabber.cpp
add #define USE_ROS, save and close gedit. Run make again and wait for complete compilation.
Now, we need to create a few empty files to get rid of rosmake complains. In all the folders inside the stack perception_pcl_unstable, create an empty file name as ROS_NOBUILD, for example:
# gedit ROS_NOBUILD
save it and then close gedit. This makes an empty file named as ROS_NOBUILD inside the folder pcl_14. Repeat it for three other folders.
Add the following lines (package dependencies) to your package manifest.xml file:
< depend package="pcl_14"/>
< depend package="pcl_ros"/>
< depend package="eigen"/>
Enjoy it!
package,cd ~/ros/perception_pcl rosmake
15 | No.15 Revision |
These are steps to install the latest pcl version on top of ros ROS electric.
sudo apt-get install python-setuptools sudo easy_install -U rosinstall
rosinstall ~/ros /opt/ros/diamondback echo "source ~/ros/setup.bash" >> ~/.bashrc
roslocate info perception_pcl > perception_pcl_unstable.rosinstall
inside the file perception_pcl_unstable.rosinstall should be something like this,
source ~/ros/setup.bash
cd ~/ros/perception_pcl rosmake
16 | using rosinstall approach |
These are steps to install the latest pcl version on top of ROS electric.
sudo apt-get install python-setuptools sudo easy_install -U rosinstall
rosinstall ~/ros /opt/ros/diamondback echo "source ~/ros/setup.bash" >> ~/.bashrc
roslocate info perception_pcl > perception_pcl_unstable.rosinstall
inside the file perception_pcl_unstable.rosinstall should be something like this,
source ~/ros/setup.bash
cd ~/ros/perception_pcl rosmake
17 | No.17 Revision |
These are steps to install the latest pcl version on top of ROS electric.
sudo apt-get install
python-setuptools
python-setuptools
sudo easy_install -U rosinstall
rosinstall ~/ros
/opt/ros/diamondback
/opt/ros/diamondback
echo "source ~/ros/setup.bash" >> ~/.bashrc
roslocate info perception_pcl > perception_pcl_unstable.rosinstall
inside the file perception_pcl_unstable.rosinstall should be something like this,
- svn:
local-name: perception_pcl
uri: http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable
source ~/ros/setup.bash
cd
~/ros/perception_pcl
~/ros/perception_pcl
rosmake
18 | No.18 Revision |
These are steps to install the latest pcl version on top of ROS electric.
sudo apt-get install python-setuptools
sudo easy_install -U rosinstall
rosinstall ~/ros
/opt/ros/diamondback/opt/ros/electric
echo "source ~/ros/setup.bash" >> ~/.bashrc
roslocate info perception_pcl > perception_pcl_unstable.rosinstall
inside the file perception_pcl_unstable.rosinstall should be something like this,
- svn:
local-name: perception_pcl
uri: http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable
source ~/ros/setup.bash
cd ~/ros/perception_pcl
rosmake
19 | No.19 Revision |
These are steps to install the latest pcl version PCL on top of ROS electric.
sudo apt-get install python-setuptools
sudo easy_install -U rosinstall
rosinstall ~/ros /opt/ros/electric
echo "source ~/ros/setup.bash" >> ~/.bashrc
roslocate info perception_pcl > perception_pcl_unstable.rosinstall
inside the file perception_pcl_unstable.rosinstall should be something like this,
- svn:
local-name: perception_pcl
uri: http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable
source ~/ros/setup.bash
cd ~/ros/perception_pcl
rosmake
20 | No.20 Revision |
These are steps to install the latest PCL on top of ROS electric.
sudo apt-get install python-setuptools
sudo easy_install -U rosinstall
rosinstall ~/ros /opt/ros/electric
echo "source ~/ros/setup.bash" >> ~/.bashrc
roslocate info perception_pcl > perception_pcl_unstable.rosinstall
rosinstall ~/ros perception_pcl_unstable.rosinstall
inside the file perception_pcl_unstable.rosinstall should be something like this,
- svn:
local-name: perception_pcl
uri: http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable
source ~/ros/setup.bash
cd ~/ros/perception_pcl
rosmake
21 | No.21 Revision |
These are steps to install the latest PCL on top of ROS electric.
sudo apt-get install python-setuptools
sudo easy_install -U rosinstall
rosinstall ~/ros /opt/ros/electric
echo "source ~/ros/setup.bash" >> ~/.bashrc
roslocate info perception_pcl > perception_pcl_unstable.rosinstall
rosinstall ~/ros perception_pcl_unstable.rosinstall
inside the file perception_pcl_unstable.rosinstall should be something like this,
- svn:
local-name: perception_pcl
uri: http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable
rosinstall ~/ros perception_pcl_unstable.rosinstall
source ~/ros/setup.bash
cd ~/ros/perception_pcl
rosmake