Unable to install on Ubuntu 18.04LTS with Dashing ROS2 release
See original GitHub issueHi guys and girls,
In file included from ../src/rcl_bindings.cpp:38:0: ../src/rcl_bindings.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE rclnodejs::GetParameterOverrides(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/rcl_bindings.cpp:128:19: error: ‘rcl_arguments_get_param_overrides’ was not declared in this scope RCL_RET_OK, rcl_arguments_get_param_overrides(parsed_args, ¶ms), ^
npm -v 6.13.4
nodejs -v v12.16.1
dpkg -l | grep ros-dashing-rclcpp | awk ‘{print $2 “\t” $3}’ ros-dashing-rclcpp 0.7.13-1bionic.20200318.040150 ros-dashing-rclcpp-action 0.7.13-1bionic.20200318.041055 ros-dashing-rclcpp-components 0.7.13-1bionic.20200318.041322 ros-dashing-rclcpp-lifecycle 0.7.13-1bionic.20200318.040923
what additional information do you need to help me out?
V.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top GitHub Comments
Dear Wang, thanks for your reply,
I believe Ubuntu is delivering patch 6 (based on what I see from ROS2 website).
I’ll try this 0.10.3 and i’ll give you feedback. I understand that ROS2 has a release every 6 months, but again, people try to stick to the long EOL release (unfortunately I named LTS), to manage migration and support of products. I hope you can help with this issue as Dashing will be supported longer then successor and your project could be interesting for exposing ROS data over the web.
Let me know if I might help someone to reduce bugfix time although I am nothing good at javascript eheheg
V.
On Sat, Apr 4, 2020, 3:23 PM Minggang Wang notifications@github.com wrote:
`In file included from …/src/rcl_bindings.cpp:38:0: …/src/rcl_bindings.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE rclnodejs::GetParameterOverrides(Nan::NAN_METHOD_ARGS_TYPE)’: …/src/rcl_bindings.cpp:128:19: error: ‘rcl_arguments_get_param_overrides’ was not declared in this scope RCL_RET_OK, rcl_arguments_get_param_overrides(parsed_args, ¶ms), ^
npm -v 6.13.4
nodejs -v v12.16.1
dpkg -l | grep ros-dashing-rclcpp | awk ‘{print $2 “\t” $3}’ ros-dashing-rclcpp 0.7.13-1bionic.20200318.040150 ros-dashing-rclcpp-action 0.7.13-1bionic.20200318.041055 ros-dashing-rclcpp-components 0.7.13-1bionic.20200318.041322 ros-dashing-rclcpp-lifecycle 0.7.13-1bionic.20200318.040923`
This is the error. Tnx for letting me hope 😃