GithubHelp home page GithubHelp logo

Mappping problem about tx2_fcnn_node HOT 6 OPEN

cnndepth avatar cnndepth commented on May 26, 2024
Mappping problem

from tx2_fcnn_node.

Comments (6)

avbokovoy avatar avbokovoy commented on May 26, 2024

Can you post your .launch file? Guess it's RTAB-Map memory parameter.

from tx2_fcnn_node.

surajmahangade avatar surajmahangade commented on May 26, 2024
<launch>
  <node pkg="rtabmap_ros" type="rtabmap" name="rtabmap">
    <param name="RGBD/LinearUpdate" value="0"/>
    <param name="RGBD/AngularUpdate" value="0"/>
    <param name="Rtabmap/DetectionRate" value="5"/>
    <param name="Rtabmap/MemoryThr" value="100"/>
    <param name="Kp/DetectorStrategy" value="2"/>
    <param name="Kp/MaxFeatures" value="2000"/>
    <param name="frame_id" value="world"/>
    <param name="odom_topic"  value="/tello/odom"/>
    <param name="RGBD/CreateOccupancyGrid" value="true"/>
    <param name="Grid/3D" value="true"/>
    <param name="Grid/FromDepth" value="true"/>
    <remap from="/odom" to="/tello/odom" />

    
    <param name="approx_sync"  value="true"/>
  </node> 

  <node pkg="tx2_fcnn_node" type="tx2_fcnn_node" name="tx2_fcnn_node">
    <param name="input_width" value="320"/>
    <param name="input_height" value="240"/>
    <param name="use_camera" value="false"/>
    <param name="camera_mode" value="-1"/>
    <param name="camera_link" value="tello/camera_front"/>
    <param name="depth_link" value="tello/camera_front"/>
    <param name="engine_name" value="test_engine.trt"/>
    <param name="calib_name" value="tx2_camera_calib.yaml"/>
    <param name="input_name" value="tf/Placeholder"/>
    <param name="output_name" value="tf/Reshape"/>
    <param name="mean_r" value="123.0"/>
    <param name="mean_g" value="115.0"/>
    <param name="mean_b" value="101.0"/>
    <remap from="/image" to="/tello/camera/image_raw" />
  </node>

</launch>

This is the content of the launch file

from tx2_fcnn_node.

avbokovoy avatar avbokovoy commented on May 26, 2024

Yes, it's RTAB-Map related issue. Try changing Rtabmap/MemoryThr parameter to 0.

from tx2_fcnn_node.

surajmahangade avatar surajmahangade commented on May 26, 2024

I changed the parameter in launch file.
That didn't work.
Still facing the same problem.
Anything else it can be?

from tx2_fcnn_node.

aayushi363 avatar aayushi363 commented on May 26, 2024

Yes, it's RTAB-Map related issue. Try changing Rtabmap/MemoryThr parameter to 0.

Facing the same issue. Tried the possible solutions suggested by you ...no progress

from tx2_fcnn_node.

avbokovoy avatar avbokovoy commented on May 26, 2024

@aayushi363 @surajmahangade Can you provide rosbag files without RTAB-Map and tx2_fcnn_node output, so I can check the issue myself?

from tx2_fcnn_node.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.