Commit
pilz_teach: d0dfb
pilz_robots: b5d88
moveit: efa7f
Steps to reproduce
mkdir catkin_ws
cd catkin_ws
mkdir src
cd src
catkin_init_workspace
git clone https://github.com/PilzDE/pilz_teach.git
git clone https://github.com/PilzDE/pilz_robots.git
git clone https://github.com/ros-planning/moveit.git
OR: git clone https://github.com/PilzDE/moveit.git
cd ..
rosdep install --from-paths src --ignore-src -r -y
catkin_make
Expected behavior
Should compile without error
Observed behavior 1:
catkin_ws/src/moveit/moveit_core/robot_state/src/conversions.cpp: In function ‘void moveit::core::{anonymous}::attachedBodyToMsg(const moveit::core::AttachedBody&, moveit_msgs::AttachedCollisionObject&)’:
/home/christian/catkin_ws/src/moveit/moveit_core/robot_state/src/conversions.cpp:219:14: error: ‘moveit_msgs::AttachedCollisionObject<std::allocator >::object_type {aka struct moveit_msgs::CollisionObject<std::allocator >}’ has no member named ‘subframe_names’
aco.object.subframe_names.clear();
Observed behavior 2:
catkin_ws2/src/pilz_robots/prbt_hardware_support/src/libmodbus_client.cpp: In member function ‘virtual void prbt_hardware_support::LibModbusClient::setResponseTimeoutInMs(long unsigned int)’:
/home/sascha/catkin_ws2/src/pilz_robots/prbt_hardware_support/src/libmodbus_client.cpp:56:51: error: invalid conversion from ‘timeval*’ to ‘uint32_t {aka unsigned int}’ [-fpermissive]
modbus_set_response_timeout(modbusconnection, &response_timeout);
^~~~~
Operating system:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
Commit
pilz_teach: d0dfb
pilz_robots: b5d88
moveit: efa7f
Steps to reproduce
mkdir catkin_ws
cd catkin_ws
mkdir src
cd src
catkin_init_workspace
git clone https://github.com/PilzDE/pilz_teach.git
git clone https://github.com/PilzDE/pilz_robots.git
git clone https://github.com/ros-planning/moveit.git
OR: git clone https://github.com/PilzDE/moveit.git
cd ..
rosdep install --from-paths src --ignore-src -r -y
catkin_make
Expected behavior
Should compile without error
Observed behavior 1:
catkin_ws/src/moveit/moveit_core/robot_state/src/conversions.cpp: In function ‘void moveit::core::{anonymous}::attachedBodyToMsg(const moveit::core::AttachedBody&, moveit_msgs::AttachedCollisionObject&)’:
/home/christian/catkin_ws/src/moveit/moveit_core/robot_state/src/conversions.cpp:219:14: error: ‘moveit_msgs::AttachedCollisionObject<std::allocator >::object_type {aka struct moveit_msgs::CollisionObject<std::allocator >}’ has no member named ‘subframe_names’
aco.object.subframe_names.clear();
Observed behavior 2:
catkin_ws2/src/pilz_robots/prbt_hardware_support/src/libmodbus_client.cpp: In member function ‘virtual void prbt_hardware_support::LibModbusClient::setResponseTimeoutInMs(long unsigned int)’:
/home/sascha/catkin_ws2/src/pilz_robots/prbt_hardware_support/src/libmodbus_client.cpp:56:51: error: invalid conversion from ‘timeval*’ to ‘uint32_t {aka unsigned int}’ [-fpermissive]
modbus_set_response_timeout(modbusconnection, &response_timeout);
^~~~~
Operating system:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic