Skip to content
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

Trace displays for x-slider movements but not y-slider #13

Open
psychemedia opened this issue Feb 3, 2020 · 1 comment
Open

Trace displays for x-slider movements but not y-slider #13

psychemedia opened this issue Feb 3, 2020 · 1 comment

Comments

@psychemedia
Copy link

If I define a simple world:

from jyro.simulator import Pioneer
from jyro.simulator import VSimulator

robot_name = "Pioneer"
robot = Pioneer(robot_name, 5, 5, 0)

def world(sim):
    # Bounding box around the simulated world
    sim.addBox(0, 0, 10, 10, fill="backgroundgreen", wallcolor="lightgrey")

VSimulator(robot, world);

then check Trace Path in the simulator, if I move the x-slider the trace line is drawn, but if I move the y-slider, whilst the robot is moved, the line is not drawn.

(Doug, I will try to submit PRs, but for now I need to get on with just trying to crank out some activities to demo to others on my module team with whatever's to hand; I'll log issues here as I come across them, or if you'd rather keep things from getting cluttered here, I can post them to a fork of this repo.)

@dsblank
Copy link
Contributor

dsblank commented Feb 3, 2020

Weird... will check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants