-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cambios que hacen funcionar la visualización en ROS2 Galactic. Los ca… #1
base: develop
Are you sure you want to change the base?
Conversation
…mbios están en el archivo build, hay que realizar los cambios en los archivos de src para afianzar la funcionalidad
build/ros3d.js
Outdated
@@ -55482,7 +55484,8 @@ var ROS3D = (function (exports, ROSLIB) { | |||
ros : this.ros, | |||
name : this.topicName, | |||
messageType : 'visualization_msgs/MarkerArray', | |||
compression : 'png' | |||
// compression : 'png' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esto es temporal, porque necesitamos la funcionalidad de TF y hasta que no se recibe el primer mensaje nada se muestra.
examples/pointcloud2.html
Outdated
@@ -15,15 +15,16 @@ | |||
function init() { | |||
// Connect to ROS. | |||
var ros = new ROSLIB.Ros({ | |||
url : 'ws://localhost:9090' | |||
url : 'ws://localhost:9090', | |||
groovyCompatibility: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quita warnings en el nodo de web_bridge, pero la solución final es eliminar todos los conceptos de ActionClient ya que no están implementados para ros2
…aptado también a cbor este archivo y los necesarios dentro de la carpeta src-esm, que son similares a los de src
…mbios están en el archivo build, hay que realizar los cambios en los archivos de src para afianzar la funcionalidad