Git Product home page Git Product logo

Comments (7)

mikaelarguedas avatar mikaelarguedas commented on July 24, 2024

Thanks @ahuizxc for reporting. Please fill out the issue template with all the requested information and steps to reproduce the issue

from rclpy.

ahuizxc avatar ahuizxc commented on July 24, 2024

just want to know which branch should i use if i want to use the time module :) thanks~

from rclpy.

dirk-thomas avatar dirk-thomas commented on July 24, 2024

Please include exact information as outlined in the issue template: what you are using (links to repos including the branch name), your platform, what you are doing and a 1-to-1 of the error message / stacktrace you are seeing.

from rclpy.

ahuizxc avatar ahuizxc commented on July 24, 2024

when i want to use the clock module, i got the error:

from rclpy.clock import ROSClock

ModuleNotFoundError: No module named 'rclpy.clock'

from rclpy.

dirk-thomas avatar dirk-thomas commented on July 24, 2024

Assuming that you are using the latest release (which you haven't been able to clarify) this is expected since the Python module rclpy.clock has been added after the latest release. You will need to use the latest code from the master branch to use this feature.

I will go ahead and close the ticket.

from rclpy.

ahuizxc avatar ahuizxc commented on July 24, 2024

when i use the latest code from the master branch, i got this error:

src/ros2/rclpy/rclpy/src/rclpy/_rclpy.c:1210:61: error: incompatible type for argument 4 of โ€˜rcl_timer_initโ€™
rcl_ret_t ret = rcl_timer_init(timer, clock, period_nsec, NULL, allocator);

from rclpy.

dirk-thomas avatar dirk-thomas commented on July 24, 2024

when i use the latest code from the master branch, i got this error:

What version of the dependencies are you trying to use, e.g. rcl?

from rclpy.

Related Issues (20)

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.