官方说明:The current develop branch is melodic-devel
, it targets ROS melodic
. Needs C++14 compiler. The released version gets synced over to the distro branch for each release.
尝试ros canopen步骤:
1, git 下载roscanopen源码到~/catkin_ws/src/
2,$ sudo apt-get install libmuparser-dev
3, $ cd ~/catkin_ws
$ catkin_make
*****************************************************************
uu@uu-HP-EliteBook-6930P-Notebook-PC:~/catkin_ws$ sudo apt-get install libmuparser
libmuparser2v5 libmuparser-doc libmuparserx-dev
libmuparser-dev libmuparserx4.0.7
uu@uu-HP-EliteBook-6930P-Notebook-PC:~/catkin_ws$ sudo apt-get install libmuparser-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed
libmuparser-dev
0 to upgrade, 1 to newly install, 0 to remove and 14 not to upgrade.
Need to get 19.2 kB of archives.
After this operation, 133 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 libmuparser-dev amd64 2.2.3-6 [19.2 kB]
Fetched 19.2 kB in 1s (19.2 kB/s)
Selecting previously unselected package libmuparser-dev.
(Reading database ... 278033 files and directories currently installed.)
Preparing to unpack .../libmuparser-dev_2.2.3-6_amd64.deb ...
Unpacking libmuparser-dev (2.2.3-6) ...
Setting up libmuparser-dev (2.2.3-6) ...
uu@uu-HP-EliteBook-6930P-Notebook-PC:~/catkin_ws$ catkin_make
Base path: /home/uu/catkin_ws
Source space: /home/uu/catkin_ws/src
Build space: /home/uu/catkin_ws/build
Devel space: /home/uu/catkin_ws/devel
Install space: /home/uu/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/uu/catkin_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/uu/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /home/uu/catkin_ws/devel;/opt/ros/melodic
-- This workspace overlays: /home/uu/catkin_ws/devel;/opt/ros/melodic
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.15", minimum required is "2")
-- Using PYTHON_EXECUTABLE: /usr/bin/python2
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/uu/catkin_ws/build/test_results
-- Found gmock sources under '/usr/src/googletest': gmock will be built
-- Found PythonInterp: /usr/bin/python2 (found version "2.7.15")
-- Found gtest sources under '/usr/src/googletest': gtests will be built
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.7.14
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 23 packages in topological order:
-- ~~ - arbotix (metapackage)
-- ~~ - arbotix_controllers
-- ~~ - arbotix_firmware
-- ~~ - arbotix_python
-- ~~ - arbotix_sensors
-- ~~ - rbx1 (metapackage)
-- ~~ - ros_canopen (metapackage)
-- ~~ - socketcan_interface
-- ~~ - canopen_master
-- ~~ - canopen_402
-- ~~ - arbotix_msgs
-- ~~ - can_msgs
-- ~~ - beginner_tutorials
-- ~~ - rbx1_speech
-- ~~ - canopen_chain_node
-- ~~ - socketcan_bridge
-- ~~ - rbx1_bringup
-- ~~ - rbx1_dynamixels
-- ~~ - rbx1_vision
-- ~~ - rbx1_apps
-- ~~ - rbx1_nav
-- ~~ - canopen_motor_node
-- ~~ - rbx1_description
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin metapackage: 'arbotix'
-- ==> add_subdirectory(arbotix_ros/arbotix)
-- +++ processing catkin package: 'arbotix_controllers'
-- ==> add_subdirectory(arbotix_ros/arbotix_controllers)
-- +++ processing catkin package: 'arbotix_firmware'
-- ==> add_subdirectory(arbotix_ros/arbotix_firmware)
-- +++ processing catkin package: 'arbotix_python'
-- ==> add_subdirectory(arbotix_ros/arbotix_python)
-- +++ processing catkin package: 'arbotix_sensors'
-- ==> add_subdirectory(arbotix_ros/arbotix_sensors)
-- +++ processing catkin metapackage: 'rbx1'
-- ==> add_subdirectory(rbx1/rbx1)
-- ++