Open amitpulse opened 1 year ago
I'm trying to use nav2d in my React JS project with ROS2. I'm unable to get nav2d work since it's CDN link isn't working. Has it been discontinued? Or is there any alternative?
CDN是挂了 不过你可以通过引入源文件的方式加载 比如那个ros2djs https://github.com/RobotWebTools/ros2djs
You can pick up the js file from master branch, build directory.
I'm trying to use nav2d in my React JS project with ROS2. I'm unable to get nav2d work since it's CDN link isn't working. Has it been discontinued? Or is there any alternative?